Edit Task: DurationOverlap
Format
SCHED / EditTask '<TaskName>' DurationOverlap <DurationOverlap>
Description
The DurationOverlap attribute under EditTask defines the duration of overlap between adjacent assignments for this task. This value is only applicable if DurationIsOverlapRequired is set to true.
Parameters
Parameter | Description |
---|---|
DurationOverlap | A double value greater than or equal to zero that defines the task's overlap duration constraint between this task's assignments. The value of the overlap must be equal to this value and if the parameter value is zero then adjacent assignments have neither a gap nor an overlap (before assignmentStop = after assignmentStart). |
Examples
Sets the overlap duration to 10s.
SCHED / EditTask 'TaskA' DurationOverlap 10